{% extends "trees/base.html" %} {% block title %}Profile - JM3{% endblock %} {% block content %}

Profile

{{ user.username }}

{% if prof %}{{ prof.get_role_display }}{% else %}Field Officer{% endif %} {% if prof.organization %}· {{ prof.organization.name }}{% endif %}

{{ my_trees }}
Trees registered
{{ my_visits }}
Monitoring visits
{% csrf_token %}
{% endblock %} {% block extra_js %}{% endblock %}